home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 11 / CD-ROM Now MegaDisc 11 (1995-02).iso / discs / tcl / readme.txt < prev    next >
Encoding:
Text File  |  1994-10-04  |  3.3 KB  |  83 lines

  1. ================================  Readme.txt =================================
  2. Welcome to the Walnut Creek Tcl/Tk CDROM.  This disc contains the complete
  3. source code for Tcl and the Tk Toolkit.  Tcl is the "Tool Command Language",
  4. a simple scripting language for controlling and extending applications.
  5.  
  6. Tk is a toolkit for the X Window System, that extends Tcl with commands for
  7. building user interfaces.
  8. ------------------------------------------------------------------------------
  9. Here is a list of some important files and directories:
  10.  
  11.     Readme.txt         This file
  12.     dirs.txt           A list of all the directories on the CDROM
  13.     view.exe           An MSDOS program to search the disc and view files
  14.     index.txt          A list of the files with descriptions
  15.     go.bat             Type "GO" to start, for MSDOS
  16.     tcl/               The source code for Tcl version 7.3
  17.     tk/                The source code for Tk version 3.6, patch level 1
  18.     comp.lang.tcl/     The archives of the Usenet newsgroup comp.lang.tcl
  19.     faq/               Answers to Frequently Asked Questions about Tcl
  20.     sprite/            Tcl and Tk files from sprite.berkeley.edu
  21.     harbor/            Tcl and Tk files from harbor.ecn.purdue.edu
  22.     gnu/               Gnu utilities, including Gnu Zip, and Gnu Tar
  23.     support.txt        Information on commercial support for Tcl/Tk.
  24.     catalog.txt        Other CDROM titles available from Walnut Creek CDROM
  25. ------------------------------------------------------------------------------
  26. To install Tcl on a Unix system:
  27.  
  28.   These instructions assume that the CDROM mount point is /cdrom, and that
  29.   you want to put the sources into /usr/local/src, the binaries into
  30.   /usr/local/bin, and the libraries into /usr/local/lib.  
  31.  
  32.   To make, configure and install Tcl, type these commands:
  33.  
  34.   cd /usr/local/src
  35.   tar xf /cdrom/tcl/tcl7.3.tar
  36.   cd tcl7.3
  37.   configure
  38.   make
  39.   make install
  40.  
  41.   To make, configure and install Tk, type these commands:
  42.  
  43.   cd /usr/local/src
  44.   tar xf /cdrom/tk/tk3.6.tar
  45.   cd tk3.6
  46.   patch < /cdrom/tk/tk3.6p1.patch
  47.   configure
  48.   make
  49.   make install
  50.  
  51.   For more detailed instructions, please see the files tcl/tcl7.3/README and
  52.   tk/tk3.6/README .
  53. ------------------------------------------------------------------------------
  54. MSDOS, Windows and Macintosh:
  55.  
  56.   Tcl ports to MSDOS, Windows and Macintosh are in the directory
  57.   harbor/distrib.  See the file harbor/distrib/INDEX for descriptions.
  58. ------------------------------------------------------------------------------
  59. For more information on Tcl and the Tk Toolkit, please see the book:
  60.  
  61.   Title:      Tcl and the Tk Toolkit
  62.   Author:     John Ousterhout
  63.   Publisher:  Addison-Wesley
  64.   ISBN:       0-201-63337-X
  65.  
  66. This book is available in most technical bookstores, or you can order directly
  67. from Walnut Creek CDROM for $36.75 plus shipping and handling ($5 US/Can/Mex,
  68. $10 Overseas).
  69. ------------------------------------------------------------------------------
  70. This CDROM comes with an unconditionally money back guarantee.  If you are
  71. dissatisfied for any reason, you may return it for a full refund.
  72.  
  73. Walnut Creek CDROM
  74. 1547 Palos Verdes Mall, Suite 260
  75. Walnut Creek  CA  94596
  76. USA
  77.  
  78.  1 800 786 9907
  79. +1 510 674 0783
  80. +1 510 674 0821 fax
  81. info@cdrom.com  internet
  82. =============================  Readme.txt  ===============================
  83.